curl --request GET \
--url https://api.getmaxim.ai/v1/log-repositories \
--header 'x-maxim-api-key: <api-key>'{
"data": [
{
"id": "<string>",
"name": "<string>",
"workspaceId": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"description": "<string>",
"folderId": "<string>",
"config": {},
"customPricingStructureId": "<string>"
}
]
}Get log repositories
curl --request GET \
--url https://api.getmaxim.ai/v1/log-repositories \
--header 'x-maxim-api-key: <api-key>'{
"data": [
{
"id": "<string>",
"name": "<string>",
"workspaceId": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"description": "<string>",
"folderId": "<string>",
"config": {},
"customPricingStructureId": "<string>"
}
]
}API key for authentication
Unique identifier for the workspace
Log repository ID to fetch specific repository
Log repository name
Maximum number of records to return (max: 20)
x <= 20Cursor for pagination
Filter repositories created after this date (eg: 2023-01-01) //YYYY-MM-DD
Filter repositories created before this date (eg: 2023-12-31) //YYYY-MM-DD
Folder ID to fetch repositories in
Log repositories retrieved successfully
Show child attributes
Was this page helpful?